home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / Strings.lha / strings.doc < prev   
Text File  |  1994-12-03  |  1KB  |  45 lines

  1.     NAME
  2.         Strings -- Scan for printable strings. (V1.2)
  3.  
  4.     SYNOPSIS
  5.         Strings FILE/M,MINSIZE/K/N,MAXSIZE/K/N,LATIN1/S
  6.  
  7.         Strings [file1 [file2 [...]]] [MINSIZE num] [MAXSIZE num] [LATIN1]
  8.  
  9.     FUNCTION
  10.         Strings searches for printable ASCII strings in the input file(s).
  11.         If no files are specified, Strings reads its standard input
  12.         instead.
  13.  
  14.     INPUTS
  15.         MINSIZE     Minimum number of printable characters to be
  16.                     considered a string. Default 6.
  17.  
  18.         MAXSIZE     Maximum lenght of string, size of the buffer
  19.                     allocated. Strings longer than this may be
  20.                     split/truncated. Default 256.
  21.  
  22.         LATIN1      Consider the extended ISO Latin 1 characters to be
  23.                     printable. Specifying this may make Strings list some
  24.                     binary stuff.
  25.  
  26.     RESULT
  27.         All printable strings from the input file(s) are written on
  28.         standard output.
  29.  
  30.     EXAMPLE
  31.         1> Strings C:Break
  32.         N]Nudos.library
  33.         PROCESS/A/N,ALL/S,C/S,D/S,E/S,F/S
  34.         $VER: break 37.1 (10.1.91)
  35.         Process %ld does not exist
  36.  
  37.     NOTES
  38.         Strings is pure and can be made resident.
  39.  
  40.     STATUS
  41.         FreeWare, Copyright 1994 Osma Ahvenlampi
  42.  
  43.     AUTHOR
  44.         Osma Ahvenlampi  <Osma.Ahvenlampi@hut.fi>
  45.